Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccColorantTableTagType Constructor(IccColorantTableData[])
See Also 
Leadtools.ColorConversion Namespace > IccColorantTableTagType Class > IccColorantTableTagType Constructor : IccColorantTableTagType Constructor(IccColorantTableData[])



colorantsData
IccColorantTableData structure that contains the tag's data.
Initializes a new IccColorantTableTagType with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal colorantsData() As IccColorantTableData _
)
Visual Basic (Usage)Copy Code
Dim colorantsData() As IccColorantTableData
 
Dim instance As IccColorantTableTagType(colorantsData)
C# 
public IccColorantTableTagType( 
   IccColorantTableData[] colorantsData
)
C++/CLI 
public:
IccColorantTableTagType( 
   array<IccColorantTableData>^ colorantsData
)

Parameters

colorantsData
IccColorantTableData structure that contains the tag's data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also